github.com/gotd/td/syncio.BufWriterAt.mux (field)

9 uses

	github.com/gotd/td/syncio (current package)
		writer_at.go#L33: 	mux sync.RWMutex
		writer_at.go#L38: 	b.mux.RLock()
		writer_at.go#L39: 	defer b.mux.RUnlock()
		writer_at.go#L46: 	b.mux.RLock()
		writer_at.go#L47: 	defer b.mux.RUnlock()
		writer_at.go#L58: 	b.mux.RLock()
		writer_at.go#L59: 	defer b.mux.RUnlock()
		writer_at.go#L83: 	b.mux.Lock()
		writer_at.go#L84: 	defer b.mux.Unlock()